home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / Sentinel / Source / SignalMgr.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  214 b   |  21 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface SignalMgr:Object
  7. {
  8.     id    objectList ;
  9. }
  10.  
  11. + new ;
  12. - init ;
  13. - alloc ;
  14.  
  15. - addObject: anObject ;
  16. - removeObject: anObject ;
  17.  
  18. - interrupt ;
  19.  
  20. @end
  21.